@artem101
I use Lazarus IDE to code.
To easily find the method name with the IDE code completion, I've opened a project that use BGRABitmap, in a procedure, I've declared a variable "b" of type TBGRABitmap, and in the procedure body, enter b. ("b" followed by a dot).
After a short delay, Lazarus IDE open a small window with the list of TBGRABitmap method and properties -> Enter Flip -> the IDE show only the method/properties that contain "Flip".
That's how I found the answer.